'Declaration Public Overloads Sub SetConstantBuffers( _ ByVal slot As Integer, _ ByVal constantBuffers As ComArray(Of Buffer) _ )
public void SetConstantBuffers( int slot, ComArray<Buffer> constantBuffers )
Parameters
- slot
- Index into the device's zero-based array to which to set the array of constant buffers.
- constantBuffers
- An array of constant buffer to set